home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TAXISINCREMENT / TAXISINCREMENT.txt
Encoding:
Text File  |  2002-03-14  |  2.2 KB  |  117 lines

  1. object AxisIncrement: TAxisIncrement
  2.   Left = 263
  3.   Top = 191
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Axis Increment'
  8.   ClientHeight = 114
  9.   ClientWidth = 327
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 18
  20.     Top = 81
  21.     Width = 50
  22.     Height = 13
  23.     Caption = '&Increment:'
  24.     FocusControl = ECustom
  25.   end
  26.   object RadioGroup1: TRadioGroup
  27.     Left = 4
  28.     Top = 30
  29.     Width = 234
  30.     Height = 80
  31.     Caption = 'Increment:'
  32.     Items.Strings = (
  33.       '&Standard:'
  34.       '&Custom:')
  35.     TabOrder = 1
  36.     OnClick = RadioGroup1Click
  37.   end
  38.   object CBSteps: TComboBox
  39.     Left = 96
  40.     Top = 48
  41.     Width = 129
  42.     Height = 21
  43.     HelpContext = 248
  44.     Style = csDropDownList
  45.     DropDownCount = 18
  46.     ItemHeight = 13
  47.     Items.Strings = (
  48.       'One Second'
  49.       'Five Seconds'
  50.       'Ten Seconds'
  51.       'Fifteen Seconds'
  52.       'Thirty Seconds'
  53.       'One Minute'
  54.       'Five Minutes'
  55.       'Ten Minutes'
  56.       'Fifteen Minutes'
  57.       'Thirty Minutes'
  58.       'One Hour'
  59.       'Two Hours'
  60.       'Six Hours'
  61.       'Twelve Hours'
  62.       'One Day'
  63.       'Two Days'
  64.       'Three Days'
  65.       'One Week'
  66.       'Half Month'
  67.       'One Month'
  68.       'Two Months'
  69.       'Three Months'
  70.       'Four Months'
  71.       'Six Months'
  72.       'One Year')
  73.     TabOrder = 2
  74.     OnChange = CBStepsChange
  75.   end
  76.   object ECustom: TEdit
  77.     Left = 96
  78.     Top = 78
  79.     Width = 129
  80.     Height = 21
  81.     HelpContext = 248
  82.     ParentShowHint = False
  83.     ShowHint = True
  84.     TabOrder = 3
  85.   end
  86.   object BitBtn1: TButton
  87.     Left = 246
  88.     Top = 52
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     Default = True
  93.     TabOrder = 4
  94.     OnClick = BitBtn1Click
  95.   end
  96.   object BitBtn2: TButton
  97.     Left = 246
  98.     Top = 85
  99.     Width = 75
  100.     Height = 25
  101.     Cancel = True
  102.     Caption = 'Cancel'
  103.     ModalResult = 2
  104.     TabOrder = 5
  105.   end
  106.   object CBExact: TCheckBox
  107.     Left = 98
  108.     Top = 10
  109.     Width = 111
  110.     Height = 17
  111.     HelpContext = 204
  112.     Caption = '&Exact Date Time'
  113.     TabOrder = 0
  114.     OnClick = CBExactClick
  115.   end
  116. end
  117.